Welcome![Sign In][Sign Up]
Location:
Search - masm for

Search list

[assembly languagesound

Description: 微机技术实验时的控制8253,8255,0809,0832,进行的录音放音实验,用汇编语言实现,将源程序用MASM进行编译,然后用LINK进行连接,运行文件后,提示录音后按任意键开始录音,12秒后开始出现放音信息,按空格键可以重复放音,其他键放音一次后跳出程序。自己根据实验流程图编写,用于学习交流,有部分注解。-Computer Technology 8253,8255,0809,0832 control experiments, carried out by recording playback experiments, using assembly language to achieve, to the source code to compile with MASM, and then connect with LINK, run file, prompted by pressing any key after recording the beginning of recording, 12 seconds after playback of information began to emerge, according to the space bar can repeat playback, and other key after playing out a procedure. Experimental flow chart in accordance with the preparation of their own for the exchange of learning, some comments.
Platform: | Size: 1024 | Author: 韩杰 | Hits:

[assembly languagemasm32

Description: MASM has a number of built in operators that allow a programmer to use C style evaluation and loop code when writing high level Windows code that interfaces with the operating system. More often than not, low level algorithms do not use any of the high level operators as it would produce suboptimal instruction sequences for maximum performance but much of the high level code inherant in Windows suffers from complexity rather than speed considerations and it is here where the C style high level emulation code provides its biggest advantage.
Platform: | Size: 90112 | Author: Bremher Naus | Hits:

[assembly languageMASM-programmersguide611

Description: Masm guide for programmers
Platform: | Size: 878592 | Author: Akmal | Hits:

[OtherARM_Assembly_Language_Programming_crack

Description: 這是ARM平台上 Assembly的入門教學書籍 在眾多的Assembly書籍中 很少會以ARM作為平台 大多是以x86以及MASM為教學的使用工具-This is the Assembly' s entry on the ARM platform, the teaching of books in numerous books rarely Assembly as a platform for most of ARM-based MASM for x86, as well as teaching tools
Platform: | Size: 700416 | Author: Wayne | Hits:

[MultiLanguage1256902135MASM615

Description: 下载附件中的winrar压缩包,在本机磁盘中解压后修改C:\autoexec.bat 在autoexc.bat中加入以下内容 SET PATH=E:\USER\ZDX\MASM614\BIN E:\USER\ZDX\MASM614\BINR PATH SET LIB=E:\USER\ZDX\MASM614\LIB LIB SET INCLUDE=E:\USER\ZDX\MASM614\INCLUDE INCLUDE SET INIT=E:\USER\ZDX\MASM614\INIT INIT SET HELPFILES=E:\USER\ZDX\MASM614\HELP\*.HLP HELPFILES SET ASMEX=E:\USER\ZDX\MASM614\SAMPLES ASMEX SET TMP=C:\TEMP 注意其中的路径要与你解压后的路径相同 重启机器 编辑,用任何一种文件(源程序)编辑软件都可以,比如ultraedit 编译,在dos窗口下用masm 文件名[.asm]连接,在dos窗口下用mlink(link.exe) 文件名[.obj] 运行,在dos窗口下 文件名[.exe] 当汇编程序中有字符串输出/入时,在windows操作系统的DOS窗口中可能无法正常工作, 这时,可用alt+enter键使dos窗口全屏显示,基本可以解决此问题。-Download the attachment in the winrar archive, extract the disk in the machine after the change C: \ autoexec.bat Add the following elements in the autoexc.bat SET PATH = E: \ USER \ ZDX \ MASM614 \ BIN E: \ USER \ ZDX \ MASM614 \ BINR PATH SET LIB = E: \ USER \ ZDX \ MASM614 \ LIB LIB SET INCLUDE = E: \ USER \ ZDX \ MASM614 \ INCLUDE INCLUDE SET INIT = E: \ USER \ ZDX \ MASM614 \ INIT INIT SET HELPFILES = E: \ USER \ ZDX \ MASM614 \ HELP \*. HLP HELPFILES SET ASMEX = E: \ USER \ ZDX \ MASM614 \ SAMPLES ASMEX SET TMP = C: \ TEMP Note that the path which should be with you the same path after decompression Reboot Editor, with any kind of files (source code) editing software can be, for example ultraedit Compilation, in the dos windows with the masm file name [. Asm] connection, in the dos windows with mlink (link.exe) filename [. Obj] Run, in the dos window, the file name [. Exe] When the assembler has a string output/Pops, i
Platform: | Size: 6572032 | Author: zhangsan | Hits:

[Othermasm

Description: 汇编开发组件。。比较旧。。。有需要的下吧-Compilation of development components. . Older. . . There is a need for the next bar. .
Platform: | Size: 176128 | Author: dusy | Hits:

[assembly languageMASM

Description: MASM程序指南,对初学汇编的人很有帮助-Guidelines for beginners, MASM program compiled person is very helpful
Platform: | Size: 880640 | Author: wangminan | Hits:

[Windows DevelopChat-TCP

Description: MASM实现的一个聊天程序,TCP协议,对MASM的初学者有很大的帮助-MASM implemented a chat program, TCP protocol, to MASM' s very helpful for beginners
Platform: | Size: 30720 | Author: 贾学振 | Hits:

[assembly languagemasm

Description: 关于汇编的知识,有入门和一些可供查询用,值得一看。-On the compilation of knowledge, there are a number of entry and inquiries for use, worth a visit.
Platform: | Size: 3393536 | Author: 黄知 | Hits:

[GUI DevelopXXControls

Description: GUI library for control user interface in masm
Platform: | Size: 474112 | Author: Kyb0rg | Hits:

[assembly languagemasm

Description: 汇编编程环境程序,供汇编初学者使用,能在xp环境下运行。-Assembly programming environment program for the compilation of beginners, run in xp environment.
Platform: | Size: 520192 | Author: zhu | Hits:

[assembly languagemasm5

Description: 1、下载个masm5.0(简单,适合初学者),里面至少应包含masm.exe和link.exe,可能还包含其他的,不过我们只需要最基本的这两个。 2、将masm5.0压缩包里的程序解压(包含masm.exe和link.exe),放到一个目录中(如D:\masm),然后就在这个目录下建立个文本文件(如XX.txt)写入个汇编程序,保存,将后缀名改为XX.asm。 3、进入命令提示行(开始--运行--输入cmd) 4、进入程序所在文件夹(用dos的cd命令),以2中的为例,键入“d:”,回车,键入“cd masm”,回车,键入“masm XX”,回车3下,键入“link XX”,再回车3下,再键入“XX”,就运行完了。 -1, download a masm5.0 (simple, is suitable for beginners), including at least should contain masm. Exe and link. J, may also contain other.exe, but we only need is the most basic of these two. 2, put masm5.0 compression bag program decompression (masm exe and link containing j j exe), in a directory (such as D: \ masm) and then in this directory establish a text files (such as XX. TXT) write an assembler, save, will suffix name changed to XX. By asm. 3, enter commands the presenting bank (began to run- input CMD)-- 4, entry procedures in folders (with CD DOS command), for example, with 2 of typing "d:", enter type "CD masm", enter type "masm XX", enter 3, XX typing
Platform: | Size: 536576 | Author: 叶丹丹 | Hits:

[assembly languagemasm

Description: 只文件是一套完整的汇编语言程序,它包括调试,链接,运行等功能。-This is a good soft thar is good for your application
Platform: | Size: 121856 | Author: caohongyou | Hits:

[Other Embeded programecbe4th

Description: 使用 MASM 寫成 的 68K Forth 系統. 可以使用 PC 下載至 68K CPU 上執行.- This is the 68000 assembler version of the eforth 68K. The original eforth was done in MASM for the 8086/PC. Changes to that version were done to create a 68K version that could be assembled on the PC and then downloaded to the 68K system.
Platform: | Size: 28672 | Author: flimulus | Hits:

[assembly languageasm32-to64_MASM_TASM_YASM_flat-assembler

Description: This small article is about how to write in assembler for Windows 64-bit, it isn t ment for the IA64 but the new 64-bit version of x86 environment
Platform: | Size: 4096 | Author: linux bog | Hits:

[Windows DevelopMASM.ZIP

Description: Assembler for assembly language
Platform: | Size: 3871744 | Author: simon glamar | Hits:

[assembly language8086-MASM-Program-language

Description: 8086宏汇编语言程序设计。 内容比较全面,适合系统学习。-8086 macro assembler language programming. Content more comprehensive, for the system to learn.
Platform: | Size: 8663040 | Author: stanley | Hits:

[assembly languagehuibiandianziqin

Description: 很简单的一个汇编电子琴,支持音乐播放和7音按键,masm制作-A compilation of simple keyboard, support for music playback and 7 sound buttons, masm production
Platform: | Size: 2048 | Author: hanwentao | Hits:

[assembly languageMASM

Description: MASM Assambler, for ASM developers.
Platform: | Size: 501760 | Author: Radames | Hits:

[assembly languageEnum-Process-for-MASM

Description: code for all processes running at the time API uses native (NtQuerySystemInformation) compiled with MASM the code is for 32 bytes can be changed to 64 bytes:)
Platform: | Size: 1024 | Author: MUTANT | Hits:
« 1 2 34 5 6 7 8 »

CodeBus www.codebus.net